status code
美
英 
- 網(wǎng)絡(luò)狀態(tài)碼;狀況代碼;狀態(tài)代碼
例句
In the case where the Web server is available, this status code should be 200 (though in rare cases it might be a 30x or 40x code as well).
在Web服務(wù)器可用的情況下,這個(gè)狀態(tài)碼應(yīng)該是200(雖然在罕見情況下可能會(huì)是30x或40x)。
As you can see from the output of the command, it only returns an error if it gets a status code that doesn't match what is expected.
從命令的輸出可以看到,如果獲得的狀態(tài)代碼與預(yù)期的代碼不匹配,將返回一個(gè)錯(cuò)誤。
Gets or sets the status code of the current HTTP response to which this property is attached.
獲取或設(shè)置附加此屬性的當(dāng)前HTTP響應(yīng)的狀態(tài)代碼。
A RESTful service typically provides two meaningful components in its responses: the response body itself and a status code.
RESTful服務(wù)通常在它的響應(yīng)中提供兩個(gè)有意義的組件:響應(yīng)主體本身和一個(gè)狀態(tài)碼。
Setting the status code causes a string describing the status of the HTTP output to be returned to the client.
設(shè)置狀態(tài)代碼會(huì)使描述HTTP輸出狀態(tài)的字符串返回到客戶端。
Every request to a server is recorded and assigned a status code, which describes how the server responded.
每個(gè)發(fā)送給服務(wù)器的請(qǐng)求都記錄下來,并且指定了一處狀態(tài)碼,這個(gè)碼告訴服務(wù)器如何響應(yīng)請(qǐng)求。
of charging the card. If an order is sitting on this status code you should consider this to be a failed order and not deliver the product.
該訂單處于信用卡扣款授信過程中。如果訂單一直處于這種狀態(tài)代碼,那么您應(yīng)該視它為失敗訂單,不要交付產(chǎn)品。
Varies the status code and status description used for each response.
對(duì)每個(gè)響應(yīng)都使用不同的狀態(tài)代碼和狀態(tài)說明。
Gets the status code returned by an SMTP server when an e-mail message is transmitted.
獲取傳輸電子郵件時(shí)由SMTP服務(wù)器返回的狀態(tài)代碼。
Returns a string that describes the name of the specified HTTP status code.
返回一個(gè)字符串,該字符串描述指定的HTTP狀態(tài)代碼的名稱。
Once the new post is created, the server sends back a 201 (Created) status code and a complete fragment representing the newly-added post.
一旦新帖子被創(chuàng)建,服務(wù)器就會(huì)發(fā)送回一個(gè)201(Created)狀態(tài)碼和一個(gè)完整的段(代表新添加的帖子)。
The response status code and MIME type from the Web server are inspected by Java Web Start to determine if the JAR file has a newer version.
JavaWebStart檢查Web服務(wù)器的響應(yīng)狀態(tài)代碼和MIME類型來決定此JAR文件是否有更新的版本。
The status line consists of the HTTP version, a status code, and a reason phrase.
狀態(tài)行包括HTTP版本,一個(gè)狀態(tài)碼,還有一個(gè)原因短語。
It takes minimal effort to ensure that the server not only finished with a request, but returned an "Everything is OK" status code.
它花費(fèi)了最小的努力來確保服務(wù)器不但完成了一個(gè)請(qǐng)求,而且還返回了一個(gè)“一切良好”的狀態(tài)代碼。
You should see a status code of 404, which confirms that the server has stopped and its artifacts (PID file) have been deleted.
應(yīng)該會(huì)看到404代碼狀態(tài),此代碼確認(rèn)服務(wù)器已停止且其工件(PID文件)已刪除。
Property returns the status code and a message that describes the status.
屬性則返回狀態(tài)代碼和描述該狀態(tài)的消息。
If one of the custom URL handlers captured a status code, then save that too.
如果其中一個(gè)自定義URL處理器捕獲了一個(gè)狀態(tài)代碼,也要保存下來。
As you can see, del. icio. us was returning an HTTP 503 (Service Unavailable status code).
正如您所見,del.icio.us返回了HTTP503(服務(wù)不可用狀態(tài)代碼)。
Or maybe it should be a status code only, and use the deleted date as the done date.
或者只使用狀態(tài)碼,并使用刪除日期作為完成日期。
The benefit of this status code is that it allows the server to avoid generating a response body and transmitting that data to the client.
此狀態(tài)代碼的好處是:它使服務(wù)器能夠避免生成響應(yīng)體和在線路上傳輸數(shù)據(jù)。
If the user submits an IATA code that cannot be found, I'll return the ever-popular 404 status code Not Found.
如果用戶提交了一個(gè)無法找到的IATA代碼的話,我將返回一個(gè)常見的404狀態(tài)碼NotFound。
Initializes a new instance of the HttpException class using an HTTP response status code, an error message, and an exception code.
使用HTTP響應(yīng)狀態(tài)代碼、錯(cuò)誤消息和異常代碼初始化HttpException類的新實(shí)例。
Chargebacks are probably the least understood status code so it is very important that you read this.
拒付很可能是最不理解的狀態(tài)代碼了,因此很有必要閱讀此文。
To simplify the code, assign the icons the same status code retrieved by the REST syndication.
要簡(jiǎn)化代碼,請(qǐng)分配通過REST聯(lián)合檢索的相同狀態(tài)代碼的圖標(biāo)。
If it is true, only the status code and the headers are returned.
為真的話,只返回狀態(tài)代碼和頭部。
In keeping with the prior examples , we will display the referrer and resource of a hit , but only when the request has a status code of.
與前面的示例保持一致的同時(shí),我們將顯示訪問的提交者和資源,但是只有在請(qǐng)求的狀態(tài)碼為。
Gets or sets a text description of the HTTP status code returned to the client.
獲取或設(shè)置返回給客戶端的HTTP狀態(tài)代碼的文本說明。
You can override the inherited error settings by adding a local custom error for the status code you want to override.
通過添加想要重寫的狀態(tài)代碼的本地自定義錯(cuò)誤,可以重寫繼承的錯(cuò)誤設(shè)置。
Specifies the custom error page for a given HTTP status code.
指定給定HTTP狀態(tài)代碼的自定義錯(cuò)誤頁。
Gets or sets the HTTP status code of the output returned to the client.
獲取或設(shè)置返回給客戶端的輸出的HTTP狀態(tài)代碼。
The status code representing the outcome of the action the trace event is associated with.
代表某行動(dòng)的結(jié)果的狀態(tài)代碼,跟蹤事件與該行動(dòng)相關(guān)聯(lián)。
Class using an HTTP response status code, an error message, and an exception code.
使用HTTP響應(yīng)狀態(tài)代碼、錯(cuò)誤信息和異常代碼初始化。
The HTTP response status code sent to the client corresponding to this error.
發(fā)送到對(duì)應(yīng)于此錯(cuò)誤的客戶端的HTTP響應(yīng)狀態(tài)代碼。
Note: The existence of the 503 status code does not imply that a server must use it when becoming overloaded.
注:503狀態(tài)代碼的存在并不意味著一個(gè)服務(wù)器必須使用它時(shí)負(fù)荷過重。
If less than 1 minute has passed, the server returns a 304 (Not Modified) status code without generating a response body.
如果還沒有過1分鐘,服務(wù)器將返回304(未修改)狀態(tài)代碼,而不生成響應(yīng)正文。
The link driver has been updated to detect and handle the oplock break-in-progress status code and ensure file locks are released.
相關(guān)的驅(qū)動(dòng)已經(jīng)被刪除并處理這些確定的鎖定文件和闖入進(jìn)程的代碼狀態(tài)被釋放。
Whatever choices you make, though, it begins with handling the status code returned from the server.
然而不管采用哪種選擇,都需要從對(duì)服務(wù)器上返回的狀態(tài)代碼開始入手進(jìn)行處理。
My server is properly configured not to proxy, so why is Apache returning a 200 (Success) status code?
我的服務(wù)器并沒有配置代理服務(wù),為什么apache返回200狀態(tài)碼?
The status code and standard error messages provide little clue to what went wrong and can make troubleshooting the server a nightmare.
狀態(tài)代碼和標(biāo)準(zhǔn)錯(cuò)誤消息所提供的錯(cuò)誤線索很少,它們可能使服務(wù)器故障排除成為噩夢(mèng)。
Value that specifies the HTTP status code for the requested resource.
為請(qǐng)求的資源指定HTTP狀態(tài)代碼的。